type github.com/refraction-networking/utls.certificateMsgTLS13

12 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1135: 			m = new(certificateMsgTLS13)
		handshake_client_tls13.go#L814: 	certMsg, ok := msg.(*certificateMsgTLS13)
		handshake_client_tls13.go#L936: 		if _, err := hs.c.writeHandshakeRecord(&certificateMsgTLS13{}, hs.transcript); err != nil {
		handshake_client_tls13.go#L952: 	certMsg := new(certificateMsgTLS13)
		handshake_messages.go#L1500: type certificateMsgTLS13 struct {
		handshake_messages.go#L1506: func (m *certificateMsgTLS13) marshal() ([]byte, error) {
		handshake_messages.go#L1562: func (m *certificateMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1563: 	*m = certificateMsgTLS13{}
		handshake_server_tls13.go#L846: 	certMsg := new(certificateMsgTLS13)
		handshake_server_tls13.go#L1059: 	certMsg, ok := msg.(*certificateMsgTLS13)
		u_handshake_client.go#L51: func (hs *clientHandshakeStateTLS13) decompressCert(m utlsCompressedCertificateMsg) (*certificateMsgTLS13, error) {
		u_handshake_client.go#L115: 	certMsg := new(certificateMsgTLS13)